Skip to content

fix(container): update image ghcr.io/perfectra1n/volsync ( v0.17.10 ➔ v0.17.11 )#5483

Merged
blackjid merged 1 commit intomainfrom
renovate/ghcr.io-perfectra1n-volsync-0.x
Mar 11, 2026
Merged

fix(container): update image ghcr.io/perfectra1n/volsync ( v0.17.10 ➔ v0.17.11 )#5483
blackjid merged 1 commit intomainfrom
renovate/ghcr.io-perfectra1n-volsync-0.x

Conversation

@bot-x-mod
Copy link
Contributor

@bot-x-mod bot-x-mod bot commented Mar 11, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/perfectra1n/volsync patch v0.17.10v0.17.11

Release Notes

perfectra1n/volsync (ghcr.io/perfectra1n/volsync)

v0.17.11

Compare Source

v0.17.11

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@bot-x-mod
Copy link
Contributor Author

bot-x-mod bot commented Mar 11, 2026

--- kubernetes/apps/volsync-system/volsync/app Kustomization: volsync-system/volsync HelmRelease: volsync-system/volsync

+++ kubernetes/apps/volsync-system/volsync/app Kustomization: volsync-system/volsync HelmRelease: volsync-system/volsync

@@ -27,33 +27,33 @@

     strategy:
       name: RemediateOnFailure
   values:
     fullnameOverride: volsync
     image:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.17.10
+      tag: v0.17.11
     kopia:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.17.10
+      tag: v0.17.11
     manageCRDs: true
     metrics:
       disableAuth: true
     podSecurityContext:
       runAsGroup: 1000
       runAsNonRoot: true
       runAsUser: 1000
     rclone:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.17.10
+      tag: v0.17.11
     restic:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.17.10
+      tag: v0.17.11
     rsync:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.17.10
+      tag: v0.17.11
     rsync-tls:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.17.10
+      tag: v0.17.11
     syncthing:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.17.10
+      tag: v0.17.11
 
--- kubernetes/apps/volsync-system/volsync/synchronization Kustomization: volsync-system/volsync-synchronization CronJob: volsync-system/kopia-sync

+++ kubernetes/apps/volsync-system/volsync/synchronization Kustomization: volsync-system/volsync-synchronization CronJob: volsync-system/kopia-sync

@@ -55,13 +55,13 @@

               value: /tmp/cache
             - name: HOME
               value: /tmp
             envFrom:
             - secretRef:
                 name: kopia-sync-s3-secret
-            image: ghcr.io/perfectra1n/volsync:v0.17.10
+            image: ghcr.io/perfectra1n/volsync:v0.17.11
             imagePullPolicy: IfNotPresent
             name: kopia-sync
             securityContext:
               allowPrivilegeEscalation: false
               capabilities:
                 drop:

@bot-x-mod
Copy link
Contributor Author

bot-x-mod bot commented Mar 11, 2026

--- HelmRelease: volsync-system/volsync Deployment: volsync-system/volsync

+++ HelmRelease: volsync-system/volsync Deployment: volsync-system/volsync

@@ -33,37 +33,37 @@

       containers:
       - name: manager
         args:
         - --health-probe-bind-address=:8081
         - --metrics-bind-address=:8443
         - --leader-elect
-        - --rclone-container-image=ghcr.io/perfectra1n/volsync:v0.17.10
-        - --restic-container-image=ghcr.io/perfectra1n/volsync:v0.17.10
-        - --rsync-container-image=ghcr.io/perfectra1n/volsync:v0.17.10
-        - --rsync-tls-container-image=ghcr.io/perfectra1n/volsync:v0.17.10
-        - --syncthing-container-image=ghcr.io/perfectra1n/volsync:v0.17.10
-        - --kopia-container-image=ghcr.io/perfectra1n/volsync:v0.17.10
+        - --rclone-container-image=ghcr.io/perfectra1n/volsync:v0.17.11
+        - --restic-container-image=ghcr.io/perfectra1n/volsync:v0.17.11
+        - --rsync-container-image=ghcr.io/perfectra1n/volsync:v0.17.11
+        - --rsync-tls-container-image=ghcr.io/perfectra1n/volsync:v0.17.11
+        - --syncthing-container-image=ghcr.io/perfectra1n/volsync:v0.17.11
+        - --kopia-container-image=ghcr.io/perfectra1n/volsync:v0.17.11
         - --kopia-successful-jobs-history-limit=3
         - --kopia-failed-jobs-history-limit=1
         - --scc-name=volsync-privileged-mover
         - --metrics-require-rbac=false
         command:
         - /manager
-        image: ghcr.io/perfectra1n/volsync:v0.17.10
+        image: ghcr.io/perfectra1n/volsync:v0.17.11
         imagePullPolicy: IfNotPresent
         env:
         - name: VOLSYNC_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         - name: POD_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         - name: RELATED_IMAGE_KOPIA_CONTAINER
-          value: ghcr.io/perfectra1n/volsync:v0.17.10
+          value: ghcr.io/perfectra1n/volsync:v0.17.11
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15
           periodSeconds: 20

@blackjid blackjid merged commit b0641f7 into main Mar 11, 2026
12 checks passed
@blackjid blackjid deleted the renovate/ghcr.io-perfectra1n-volsync-0.x branch March 11, 2026 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant